home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / TILT / TILT.ELM / graph0.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.4 KB  |  72 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(tlbnr.gif);
  4.     separator-image: url(tlrule.gif);
  5.     list-image-1: url(tlbull1.gif);
  6.     list-image-2: url(tlbull2.gif);
  7.     list-image-3: url(tlbull3.gif);
  8.     navbutton-horiz-pushed: url(tlphbp.gif);
  9.     navbutton-horiz-normal: url(tlphb.gif);
  10.     navbutton-vert-pushed: url(tlpvbp.gif);
  11.     navbutton-vert-normal: url(tlpvb.gif);
  12.     navbutton-home-normal: url(tlhome.gif);
  13.     navbutton-up-normal: url(tlup.gif);
  14.     navbutton-prev-normal: url(tlprev.gif);
  15.     navbutton-next-normal: url(tlnext.gif);
  16. }
  17. .mstheme-bannertxt
  18. {
  19.     font-family: Verdana, Arial, Helvetica;
  20.     font-size: 6;
  21.     color: rgb(51,0,153);
  22. }
  23. .mstheme-horiz-navtxt
  24. {
  25.     font-family: Verdana, Arial, Helvetica;
  26.     font-size: 2;
  27.     color: rgb(51,0,153);
  28. }
  29. .mstheme-vert-navtxt
  30. {
  31.     font-family: Verdana, Arial, Helvetica;
  32.     font-size: 2;
  33.     color: rgb(51,0,153);
  34. }
  35. .mstheme-navtxthome
  36. {
  37.     font-family: Verdana, Arial, Helvetica;
  38.     font-size: 1;
  39.     color: rgb(51,0,153);
  40. }
  41. .mstheme-navtxtup
  42. {
  43.     font-family: Verdana, Arial, Helvetica;
  44.     font-size: 1;
  45.     color: rgb(51,0,153);
  46. }
  47. .mstheme-navtxtprev
  48. {
  49.     font-family: Verdana, Arial, Helvetica;
  50.     font-size: 1;
  51.     vertical-align: top;
  52.     color: rgb(51,0,153);
  53. }
  54. .mstheme-navtxtnext
  55. {
  56.     font-family: Verdana, Arial, Helvetica;
  57.     font-size: 1;
  58.     color: rgb(51,0,153);
  59. }
  60. UL
  61. {
  62.     list-style-image:url(tlbull1.gif);
  63. }
  64. UL UL
  65. {
  66.     list-style-image:url(tlbull2.gif);
  67. }
  68. UL UL UL
  69. {
  70.     list-style-image:url(tlbull3.gif);
  71. }
  72.